home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 11
/
PC World Interactive 11.iso
/
share
/
convert
/
o2cv10.arj
/
O2CPACK
/
EXAMPLE.C
next >
Wrap
C/C++ Source or Header
|
1995-09-19
|
308b
|
19 lines
/* This file is part of the Object to Coff (O2C) package!
------------------------------------------------------ */
char TextjeC[]="hello world from c";
void main(void)
{
PrintTextAsm();
printf("\n");
PrintTextC();
printf("\n");
StrCaseSwap(&TextjeC);
PrintTextC();
printf("\n");
}